Re: [GENERAL] Setting the table separator in psql command mode

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема Re: [GENERAL] Setting the table separator in psql command mode
Дата
Msg-id l03110706b1a2e9d709d2@[147.233.159.109]
обсуждение исходный текст
Ответ на Setting the table separator in psql command mode  (Mehrdad Ghassempoory <ghassempoory@cardiff.ac.uk>)
Список pgsql-general
At 15:59 +0300 on 9/6/98, Mehrdad Ghassempoory wrote:


> I am trying to set up the table separator (Default "|") to TAB
> caharcter.
>
> I have tried :
>
> \f\t
> \f \t
> \f '\t'
>
> Without any luck.
> How is it done?

Seems impossible, for some reason. Why do you want to do that? The header
separator will be misaligned with the fields.

If you just want the data separated by tabs, you can use \copy. If you want
only some of the data, you can select it into a temporary table and then
use \copy.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Tong
Дата:
Сообщение: Re: [GENERAL] experiences since splitting the list
Следующее
От: JohnDz
Дата:
Сообщение: Re: [GENERAL] Setting the table separator in psql command mode